communication/c2/shell

execute shell command received from socket on Linux

rule:
  meta:
    name: execute shell command received from socket on Linux
    namespace: communication/c2/shell
    authors:
      - joakim@intezer.com
    scopes:
      static: function
      dynamic: thread
    att&ck:
      - Execution::Command and Scripting Interpreter::Unix Shell [T1059.004]
    examples:
      - 7351f8a40c5450557b24622417fc478d:0x406549
  features:
    - and:
      - os: linux
      - match: receive data on socket
      - api: system

last edited: 2023-11-24 10:34:28